Conversation
|
@Arlodotexe When copying the |
This reverts commit f982bca.
components/TokenizingTextBox/tests/Test_TokenizingTextBox_AutomationPeer.cs
Show resolved
Hide resolved
components/TokenizingTextBox/src/CommunityToolkit.WinUI.Controls.TokenizingTextBox.csproj
Show resolved
Hide resolved
…ls.TokenizingTextBox.csproj
|
@Arlodotexe did you see the crash as mentioned above? |
It looks like you are referencing the primitives .csproj directly via the MSBuild property Uno does appear to have an issue though. We should file a ticket to investigate this issue so it can be fixed from Uno's end. |
michael-hawker
left a comment
There was a problem hiding this comment.
Didn't try testing locally yet, but just going through a few things to get up to speed. Did a comparison with Uno fork and didn't notice any big differences. I know originally, I had tested this control on Android for the Graph components, but don't think I had tried WASM at the time.
components/TokenizingTextBox/src/CommunityToolkit.WinUI.Controls.TokenizingTextBox.csproj
Show resolved
Hide resolved
components/TokenizingTextBox/src/TokenizingTextBox.Selection.cs
Outdated
Show resolved
Hide resolved
components/TokenizingTextBox/src/InterspersedObservableCollection.cs
Outdated
Show resolved
Hide resolved
…ion.cs Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>

This PR ports the
TokenizingTextBoxto the new repo, addressing: #53Changes:
TokenizingTextBoxto make it inline with WinUI styling:Before:

After:

ItemsPresenterissue we were having withSettingsExpanderas well?